The ValidatingEventArgs class extends BaseEventArgs and provides data for validation-related events, including messages and a cancel flag.
Properties
| Name | Description |
|---|
| Messages | Gets or sets the collection of validation messages associated with the validation process. |
| Cancel | Gets or sets a value indicating whether the operation should be canceled based on validation results. |
| ResponseParameters | The response parameters associated with the event. |
Constructors
| Name | Description |
|---|
| ValidatingEventArgs() | Initializes a new instance of the ValidatingEventArgs class. |
| ValidatingEventArgs() | Initializes a new instance of the ValidatingEventArgs class with an empty list of validation messages. |